MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / EnableCacheToDisk Method
The image converter service.

EnableCacheToDisk Method
Enables cache to disk.
Syntax
'Declaration
 
Public Sub EnableCacheToDisk( _
   ByVal imageConverterService As IImageConverterService _
) 
 

Parameters

imageConverterService
The image converter service.
Exceptions
ExceptionDescription
Occurs if image converter service is null
See Also